object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables Left = 306 Top = 215 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Selecci�n de elementos' ClientHeight = 257 ClientWidth = 459 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 10 Top = 37 Width = 142 Height = 13 Caption = 'Lista de elementos a analizar:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 15 Top = 13 Width = 425 Height = 13 Caption = 'Selecciona los elementos que quieres analizar con esta tarea y a' + '��delos en la lista.' Constraints.MinWidth = 425 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False WordWrap = True end object m_PLVElementosAnalizables: TPlaListView Left = 10 Top = 53 Width = 345 Height = 144 Color = clWhite CheckBoxes = False Columns = < item Width = 330 end> DragCursor = crDrag DragMode = dmManual Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] HideSelection = True MultiSelect = False ParentColor = False ParentFont = False ShowColumnHeaders = False TabOrder = 0 TabStop = True OnChange = PLVElementosAnalizablesChange Data = {000100000000FE} end object BtnAnadir: TPlaButton Left = 371 Top = 53 Width = 73 Height = 21 HelpContext = 137 Caption = 'A�adir' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BtnAnadirClick Default = True end object BtnQuitar: TPlaButton Left = 371 Top = 81 Width = 73 Height = 21 HelpContext = 138 Caption = 'Quitar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BtnQuitarClick end object BtnAcceptar: TPlaButton Left = 293 Top = 225 Width = 73 Height = 21 Caption = 'Aceptar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 ModalResult = 1 end object BtnCancelar: TPlaButton Left = 375 Top = 225 Width = 73 Height = 21 Caption = 'Cancelar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 4 ModalResult = 2 end end